gtk4-demo: fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 Oct 2017 03:26:57 +0000 (23:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 8 Oct 2017 03:26:57 +0000 (23:26 -0400)
The blend mode is called saturation, not saturate.

demos/gtk-demo/css_blendmodes.c

index 9965bf670955339852b2757995dc48c28510cdc0..ecc7da8cdda824a98fc150bf3a6d57f432fbdfe1 100644 (file)
@@ -28,7 +28,7 @@ struct {
   { "Multiply", "multiply" },
   { "Normal", "normal" },
   { "Overlay", "overlay" },
-  { "Saturate", "saturate" },
+  { "Saturate", "saturation" },
   { "Screen", "screen" },
   { "Soft Light", "soft-light" },
   { NULL }